net/http.connLRU.m (field)
10 uses
net/http (current package)
transport.go#L1015: if pconn.alt != nil && t.idleLRU.m[pconn] != nil {
transport.go#L2098: if _, ok := t.idleLRU.m[pc]; !ok {
transport.go#L3020: m map[*persistConn]*list.Element
transport.go#L3027: cl.m = make(map[*persistConn]*list.Element)
transport.go#L3030: if _, ok := cl.m[pc]; ok {
transport.go#L3033: cl.m[pc] = ele
transport.go#L3040: delete(cl.m, pc)
transport.go#L3046: if ele, ok := cl.m[pc]; ok {
transport.go#L3048: delete(cl.m, pc)
transport.go#L3054: return len(cl.m)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |